inherited DataViewFrame: TDataViewFrame object MainPanel: TUiPanel [0] Left = 0 Top = 0 Width = 790 Height = 363 Align = alClient BevelOuter = bvNone TabOrder = 0 OnResize = MainPanelResize object OutputSplitter: TUiSplitter Left = 0 Top = 245 Width = 790 Height = 3 Cursor = crVSplit Align = alTop AutoSnap = False OnMoved = OutputSplitterMoved end object ComparePanel: TUiPanel Left = 0 Top = 0 Width = 790 Height = 245 Align = alTop BevelOuter = bvNone TabOrder = 0 object InputPanel: TUiPanel Left = 0 Top = 0 Width = 790 Height = 173 Align = alClient BevelOuter = bvNone TabOrder = 0 OnResize = InputPanelResize object Splitter: TUiSplitter Left = 260 Top = 0 Height = 173 AutoSnap = False OnMoved = SplitterMoved end object CenterSplitter: TUiSplitter Left = 527 Top = 0 Height = 173 Align = alRight AutoSnap = False OnMoved = CenterSplitterMoved end object LeftPanel: TUiPanel Tag = 1 Left = 0 Top = 0 Width = 260 Height = 173 Align = alLeft BevelOuter = bvLowered TabOrder = 0 end object CenterPanel: TUiPanel Tag = 2 Left = 263 Top = 0 Width = 264 Height = 173 Align = alClient BevelOuter = bvLowered TabOrder = 1 end object RightPanel: TUiPanel Tag = 2 Left = 530 Top = 0 Width = 260 Height = 173 Align = alRight BevelOuter = bvLowered TabOrder = 2 end end object DetailsPanel: TUiPanel Left = 0 Top = 173 Width = 790 Height = 72 Align = alBottom BevelOuter = bvLowered TabOrder = 1 OnResize = DetailsPanelResize end end object OutputPanel: TUiPanel Left = 0 Top = 248 Width = 790 Height = 115 Align = alClient BevelOuter = bvLowered TabOrder = 1 end end inherited JobProgressPanel: TUiPanel TabOrder = 1 end inherited MessagePanel: TUiPanel TabOrder = 2 end inherited StatusBar: TUiStatusBar Panels = < item Style = psOwnerDraw Width = 225 Images = BcImages.ContentImages end item Width = 300 end item Width = 125 end item Width = 50 end> end inherited Actions: TUiActionList object FileFormatAction: TUiAction Category = 'Session' Caption = 'Data Format...' Hint = 'Data Format|Edits current Data Format.' ImageIndex = imgDataFormatEdit OnExecute = FileFormatExecute ShortCaption = 'Format' end object ReportAction: TUiAction Category = 'Session' Caption = 'Data Compare Re&port...' Hint = 'Data Compare Report|Produces Data Compare report.' ImageIndex = imgReport OnExecute = ReportExecute ShortCaption = 'Report' end object InfoAction: TUiAction Category = 'Session' Caption = 'Data Compare &Info' Hint = 'Data Compare Info|Displays compare statistics.' ImageIndex = imgInfo OnExecute = InfoExecute ShortCaption = 'Info' end object CopyAction: TUiAction Category = 'Edit' Caption = '&Copy' Hint = 'Copy|Copies selection and puts it on Clipboard.' ImageIndex = imgCopy OnExecute = EditorCommandExecute ShortCaption = 'Copy' end object SelectAllAction: TUiAction Category = 'Edit' Caption = '&Select All' Hint = 'Select All|Selects all visible rows.' OnExecute = EditorCommandExecute ShortCaption = 'Select' end object DiffItemNextAction: TUiAction Category = 'Search' Caption = '&Next Difference Row' Hint = 'Next Difference Row|Positions at next difference row.' OnExecute = DiffItemNextExecute ShortCaption = 'Next Row' StaticImageIndex = imgDown end object DiffItemPrevAction: TUiAction Category = 'Search' Caption = '&Previous Difference Row' Hint = 'Previous Difference Row|Positions at previous difference row.' OnExecute = DiffItemPrevExecute ShortCaption = 'Prev Row' StaticImageIndex = imgUp end object ExistsNextAction: TUiAction Category = 'Search' Caption = 'Next Existing Row' Hint = 'Next Existing Row|Positions at next existing row, skipping over ' + 'gaps.' OnExecute = ExistsNextExecute end object ExistsPrevAction: TUiAction Category = 'Search' Caption = 'Previous Existing Row' Hint = 'Previous Existing Row|Positions at previous existing row, skippi' + 'ng over gaps.' OnExecute = ExistsPrevExecute end object FindAction: TUiAction Category = 'Search' Caption = '&Find...' Hint = 'Find|Finds search string.' ImageIndex = imgFind OnExecute = FindExecute ShortCaption = 'Find' end object FindNextAction: TUiAction Category = 'Search' Caption = 'Find Next' Hint = 'Find Next|Finds next occurrence of search string.' ImageIndex = imgFindNext OnExecute = FindNextPrevExecute ShortCaption = 'Next' end object FindPrevAction: TUiAction Category = 'Search' Caption = 'Find Previous' Hint = 'Find Previous|Finds previous occurrence of search string.' ImageIndex = imgFindPrev OnExecute = FindNextPrevExecute ShortCaption = 'Prev' end object GoToAction: TUiAction Category = 'Search' Caption = '&Go To...' Hint = 'Go To|Positions at specified row and column.' ImageIndex = imgGoTo OnExecute = GoToExecute ShortCaption = 'Go To' end object GoLeftAction: TUiAction Category = 'Search' Caption = 'Go Left' Hint = 'Go Left|Positions in pane left of selected one.' OnExecute = GoLeftExecute ShortCaption = 'Go Left' end object GoRightAction: TUiAction Category = 'Search' Caption = 'Go Right' Hint = 'Go Right|Positions in pane right of selected one.' OnExecute = GoRightExecute ShortCaption = 'Go Right' end object GoNextAction: TUiAction Category = 'Search' Caption = 'Go Next' Hint = 'Go Next|Positions in pane after selected one.' OnExecute = GoNextExecute ShortCaption = 'Go Next' end object GoPrevAction: TUiAction Category = 'Search' Caption = 'Go Prev' Hint = 'Go Prev|Positions in pane before selected one.' OnExecute = GoPrevExecute ShortCaption = 'Go Prev' end object FavCompareAllAction: TUiAction Category = 'Favorites' Caption = 'Show All' Hint = 'Show All|Shows same, left orphan, right orphan and difference ro' + 'ws.' ImageIndex = imgFavAll OnExecute = FavExecute ShortCaption = 'All' end object FavDiffAction: TUiAction Category = 'Favorites' Caption = 'Show Differences' Hint = 'Show Differences|Shows left orphan, right orphan and difference ' + 'rows.' ImageIndex = imgFavDiff OnExecute = FavExecute ShortCaption = 'Diffs' end object FavSameAction: TUiAction Category = 'Favorites' Caption = 'Show Same' Hint = 'Show Same|Shows same rows.' ImageIndex = imgFavSame OnExecute = FavExecute ShortCaption = 'Same' end object FavCompareNoneAction: TUiAction Category = 'None' Caption = 'Show None' Hint = 'Show None|Shows no rows.' ImageIndex = imgFavNone OnExecute = FavExecute ShortCaption = 'None' end object TogSameAction: TUiAction Category = 'Toggles' Caption = 'Toggle Same' Hint = 'Toggle Same|Shows or hides same rows.' OnExecute = TogExecute ShortCaption = 'Same' end object TogLeftOrphanAction: TUiAction Category = 'Toggles' Caption = 'Toggle Left Orphans' Hint = 'Toggle Left Orphans|Shows or hides left orphan rows.' OnExecute = TogExecute ShortCaption = 'Left' end object TogRightOrphanAction: TUiAction Category = 'Toggles' Caption = 'Toggle Right Orphans' Hint = 'Toggle Right Orphans|Shows or hides right orphan rows.' OnExecute = TogExecute ShortCaption = 'Right' end object TogDiffAction: TUiAction Category = 'Toggles' Caption = 'Toggle Differences' Hint = 'Toggle Differences|Shows or hides difference rows.' OnExecute = TogExecute ShortCaption = 'Diffs' end object ResizeColsToFitAction: TUiAction Category = 'View' Caption = 'Resize Columns to Fit' Hint = 'Resize Columns to Fit|Makes columns wide enough for data to be f' + 'ully visible.' OnExecute = ResizeColsToFitExecute end object ShowColsAction: TUiAction Category = 'View' Caption = 'Columns...' Hint = 'Columns|Shows or hides columns.' OnExecute = ShowColsExecute end object ShowWSAction: TUiAction Category = 'View' AutoCheck = True Caption = 'Visible &Whitespace' Hint = 'Visible Whitespace|Shows or hides visible spaces, tabs.' ImageIndex = imgShowWS OnExecute = ViewStateExecute ShortCaption = 'Space' end object ShowItemNumAction: TUiAction Category = 'View' AutoCheck = True Caption = '&Row Numbers' Hint = 'Row Numbers|Shows or hides row numbers.' ImageIndex = imgShowLineNum OnExecute = ViewStateExecute ShortCaption = 'Row #s' end object DisplayFontAction: TUiAction Category = 'View' Caption = 'Display &Font...' Hint = 'Display Font|Sets editor font.' ImageIndex = imgDisplayFont OnExecute = DisplayFontExecute ShortCaption = 'Font' end object SideBySideAction: TUiAction Category = 'View' AutoCheck = True Caption = 'Side-by-side &Layout' GroupIndex = 20 Hint = 'Side-by-side Layout|Arranges panes side-by-side.' ImageIndex = imgSideBySide OnExecute = OverUnderExecute ShortCaption = 'Normal' end object OverUnderAction: TUiAction Category = 'View' AutoCheck = True Caption = '&Over-under Layout' GroupIndex = 20 Hint = 'Over-under Layout|Arranges panes above and below each other.' ImageIndex = imgOverUnder OnExecute = OverUnderExecute ShortCaption = 'Stacked' end object ShowThumbnailAction: TUiAction Category = 'View' AutoCheck = True Caption = 'Thu&mbnail View' Hint = 'Thumbnail View|Shows or hides thumbnail view.' ImageIndex = imgShowThumbnail OnExecute = ShowThumbnailExecute ShortCaption = 'Thumb' end object ShowDetailsAction: TUiAction Category = 'View' AutoCheck = True Caption = 'Row &Details' Hint = 'Row Details|Shows or hides row details panel.' ImageIndex = imgShowTextDetails OnExecute = ShowDetailsExecute ShortCaption = 'Details' end object HideThumbnailAction: TUiAction Category = 'Popup' Caption = 'Hide' Hint = 'Hide Thumbnail View|Hides thumbnail view.' OnExecute = ShowThumbnailExecute end object ScrollThumbnailAction: TUiAction Category = 'Popup' AutoCheck = True Caption = 'Allow Scrolling' Hint = 'Allow Thumbnail Scrolling|Allows scrolling of thumbnail view of ' + 'large files, instead of compressing the thumbnail to fit.' OnExecute = FilePrefsExecute end object HideDetailsAction: TUiAction Category = 'Popup' Caption = 'Hide' Hint = 'Hide Details Panel|Hides row details panel.' OnExecute = ShowDetailsExecute end end end